@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    /*font-family: 'Rubik', sans-serif;*/
    /*font-family: Calibri, Arial;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: large;*/
    position: relative;
}

#corecontent li, #text-prof-lkm-outer li, .part1_outer li {  
    list-style-type: none; 
}

#corecontent {
    padding-bottom: 60px;
}

#corecontent li:before, #text-prof-lkm-outer li:before, .part1_outer li:before {  

    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    /*color: #f00;*/
}


.home {
    padding: 120px 0 0;
}
.home h1 {
    padding-left: 10px;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 2.2rem;
}

.imglogo {
    max-height: 70px;
}

#corecontent a:link, #corecontent a:visited, #corecontent a:hover, #collapseTwo a:link, #collapseTwo a:visited, #collapseTwo a:hover {
    color: #4cabe2;  
}
#collapseTwo a:link {
    text-transform: uppercase;
}
a {
    color: #080808;
}

a:hover,
a:focus {
    color: #080808;
    text-decoration: underline;
}


.trhead0 {
    background-color: #627ca4 !important;
    color: #f5f2f4;
}

.trhead1 {
    background-color: #575756 !important;
    color: #f5f2f4;
}
.trhead0 th, .trhead1 th {
    font-weight: 400;   
}

h1 {
    font-size: 3.4rem;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    color: #000;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    /*color: #633991;*/
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    /*color: #633991;*/
    font-size: 33px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 500;
   /* color: #633991;*/
}

h5 {
    font-size: 28px;
    font-weight: 300;
    /*color: #633991;*/
    margin-bottom: 0.7rem;
}

/*
p {
    color: #959094;
}
*/

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #080808;
}

/*
.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

*/

.btn-light {
    border-radius: 3px;
    /* background: #FFF; */
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    /* font-weight: 500; */
    color: #000000;
    margin: 0.2rem;
    /* padding: 0.7rem 1.6rem; */
    /* line-height: 1.8; */
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: #222; /*#0b2954;*/
    /*
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.26);  
    */
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: #000;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.nav-menu.is-scrolling {
    padding: 0;
}

.is-scrolling .navbar-brand {
    background-image: url(../images/soframap_m.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 106px;
    transition: all 0.5s ease;
}

.navbar-brand {
    width: 226px;
    height: 69px;    
    background-image: url(../images/soframap.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 226px;
    transition: all 0.5s ease;
}

.nav-item a:link, .nav-item a:visited {
    color: #dedede;
    transition: all 0.3s ease;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#212529;
}

.nav-item a:hover, .nav-item.active a:link, .nav-item.active a:visited, .nav li.active a:link, .nav li.active a:visited {
    color: #fff;
}

.nav-item a.btn {
    color: #000;
}

.dropdown-menu a {
    color: #0b2954;
}
.nav-item .dropdown-menu a:hover {
    color: #444;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        /*font-size: 14px;*/
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #f26521;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
background: #f1e767; /* Old browsers */
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #d24a43;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
}

.img-core {
    -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.75);
    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;    
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.card-title {
    margin-bottom: 0.1rem;
    text-align: center;
}



@media (min-width: 576px) { 
    .catblocks .card {
        width: 400px;
        min-width: 400px;
        max-width: 400px;        
        margin-bottom: 15px;
    }      
}


@media (min-width: 768px) { 
    .catblocks .card {
        width: 250px;
        min-width: 250px;
        max-width: 250px;        
        margin-bottom: 15px;
    }      
}

@media (min-width: 992px) { 
    .catblocks .card {
        width: 300px;
        min-width: 300px;
        max-width: 300px;        
        margin-bottom: 15px;
    }   
    .navbar-expand-lg .navbar-nav .nav-link {
/*        font-size: 14px;*/
    }       
}

@media (min-width: 1200px) { 
    .catblocks .card {
        width: 350px;
        min-width: 350px;
        max-width: 350px;        
        margin-bottom: 15px;
    }    
}

.catblocks .row {
/*    margin-bottom: 60px;*/
    /*text-align: center;*/
}


.catblocks .card .card-img-top {

width: 220px;
    /* 
max-width: 250px;
height: 327px;
min-height: 280px;*/
}


.grayoverflow {
    text-align: center !important;
    background-color: #f6f6f6;   
    height:250px; 
    /*
    background-color: #f6f6f6;
    background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    */
}

.catblocks .card a {
    text-decoration: none;
}

.catblocks .card-columns {
    margin-left: 15px;
    margin-right: 15px;
}

.card-columns .cart a:hover {
    text-decoration: none;
}

.catblocks .card h5 {
    color: #000;
    text-transform: uppercase;
}
.catblocks .card h4 {
    color:rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
}
.catblocks .card .card-body {
    color:rgba(0, 0, 0, 0.60);
}

.catblocks .card .card-title {
    text-align: left;
    font-weight: 400;
}

.catblocks .card .card-brief {
    color: #000;
    font-size: 0.8rem;
}

.catblocks h2 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    padding-left: 10px;
    background-color: #f6f6f6;
    background-clip: border-box;
    color: #222222;
    border-radius: 0.25rem;
    /* background-color: rgba(0, 0, 0, 0.125); */
    margin-top: 40px;
    margin-bottom: 20px;
}

.catblocks h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    /*border-bottom: 2px solid #f6f6f6;*/
}

/*
.catblocks .card {
    margin-bottom: 30px; 
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

.catblocks .card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
}

*/

.breadcrumb {
    background-color: #ebebeb;
    border-radius: 0;
}

.breadcrumb-item {
    font-size: 80%;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|";
}

.gallery-block {
    padding-top: 0;
}


.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.white-text {
    color: #fff;
    padding:20px;
    background-color: rgba(20, 51, 86, 0.50);
}
.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.overlay .mask:hover {
    opacity: 1;
}

.zoom img, .zoom video {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    /*-webkit-filter: grayscale(80%);
    filter: grayscale(80%);    */
}

.catblocks .zoom img, .catblocks .zoom video {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    /*-webkit-filter: grayscale(80%);
    filter: grayscale(80%);    */
}

.view img, .view video {
    position: relative;
    display: block;
}
.cards-gallery .card a:link {
    text-decoration: none;
}
.cards-gallery .card a:hover {
    text-decoration: none;
}
.catblocks .zoom:hover img, .catblocks .zoom:hover video {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zoom:hover img, .zoom:hover video {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}


@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}



/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #d24a43;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

footer {
    background: #222;
    /*border-top: 8px solid #000;    */
    color: rgb(219, 219, 219);
    padding-top: 40px;
    padding-bottom: 40px;    
}

footer #copyright {
    font-size: 80%;
}

footer #copyright ul li{
    list-style-type:none;
}

footer #copyright ul{
    padding-left:0;
}

footer #copyright ul li{
    margin-bottom: 6px;
}
footer #copyright ul li.nav-item{
    margin-bottom: 0;
}

footer #copyright a:link, footer #copyright a:visited{
    color: #dedede;
    transition: all 0.3s ease;
}
footer #copyright a:hover, footer #copyright li.active a:link,  footer #copyright li.active a:visited{
    color: #fff;
}

footer #copyright li.first a{
    padding-top:0;
}

footer #copyright .social-footer a:link, footer #copyright .social-footer a:visited {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;    
    line-height: 40px;
    margin: 0 0.1rem;
    border-radius: 50%;
    color: #aaaaaa;
    transition: all 0.3s ease;
    font-size: 26px;
}

footer #copyright .social-footer a:hover {
    text-decoration: none;
    color: #000;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
 
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
    footer #copyright .social-footer a:link, footer #copyright .social-footer a:visited {
        width: 50px;
        height: 50px;    
        line-height: 50px;
        margin: 0 0.3rem;
        border-radius: 6px;
    }    

}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    footer #copyright .social-footer a:link, footer #copyright .social-footer a:visited {
        width: 50px;
        height: 50px;    
        line-height: 50px;
        margin: 0 0.3rem;
        border-radius: 6px;
    }
}



/*my opinion */

.custom-toggler.navbar-toggler {
    border-color: #fff;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.card2-header span {
    cursor: pointer;
}

.part1_outer {
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#354454+0,143356+100 */
    /*background: #f6f6f6;*/
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;   

    background-color: #f6f6f6;
    -moz-background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    -webkit-background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    -o-background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    -ms-background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);

}

.part2_outer {
    background: #f6f6f6; /* Old browsers */
    /*margin-bottom: 20px; */
    padding-top: 20px;
   /* padding-bottom: 20px;       */
}

.part4_outer {
    background: #ebebeb;
    /*margin-bottom: 20px; 
    padding-top: 20px;       */
}

.part2_outer h2, .part3_outer h2, .part4_outer h2, .part5_outer h2 {
    font-size: 2.0rem;
    padding-bottom: 20px;
}

.part4_inner {
    padding-top: 20px;
}

.part3_inner {
    padding-top: 20px;
    padding-bottom: 60px;
}

.part3_outer {
    
    /*background-color: rgba(0,0,0,.4);
    background-image: url(../images/files-bg.jpg);   
    */
    
    background-image: url(../images/bg1.png); 
    background-position: center top; 
    background-size: cover; 
    background-repeat: no-repeat;    
}

.part_clients_inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.part_clients_outer {
    background: #efefef;
}

.part_clients_inner {
    display: table;
   }
.clientrow
  {
    height: 100%;
    display: table-row;
  }
 .vertical-center
   {
    display: table-cell;
    float: none;
    vertical-align: middle;
   }

.part_clients_inner img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    padding-left: 60px;
    padding-right:60px;
}

.collapseTwoIcon, .collapseOneIcon {
    font-size: 60%;
    position: relative;
    top: -4px;
}

.cerPDF {
    margin-right:20px;
}
.cerMedia {
    margin-bottom: 10px;
}

.bases {
    margin-right: 10px;
}

.catalog-description {
    font-size: 1.6rem;
    color: #143356;
}

.catalog-application {
    color: #000;
}

.catalog-characteristics {
    color: #000;   
}

.catalog-brief {
    font-size: 1.2rem;
    color: #143356;   
    vertical-align: middle;
    text-align: center;    
}

.catalog-packing,  .catalog-consumption, .catalog-fire, .catalog-durability {
    color: #143356;
    font-size: 90%;
}

.catalog-packing b,  .catalog-consumption b, .catalog-fire b, .catalog-durability b {
    font-weight: 500;
}


.B_crumbBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /*background-color: #ebebeb;
    border-radius: 0.25rem;
    background-color: rgba(20, 51, 86, 0.13);;
    border-radius: 0;    
*/    
}

.B_crumbBox li {
    font-size: 92%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;    
}

.B_firstCrumb + .B_lastCrumb + .B_crumb::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "|";
}

#map {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
[class*="ymaps-2"][class*="-ground-pane"]{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);    
}

.map-fluid {
    margin: 0;
    padding: 1;
}

#contact-list {
margin-top: 40px;
}
#contact-list span {
    display: block;
}

#text-prof-lkm{
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-style: italic;*/
    font-size: x-large;
}
#text-prof-lkm-outer{
    /*background-color: rgb(249, 249, 249);*/
    margin-top: 20px;
    margin-bottom: 20px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
background: #f2f5f6; /* Old browsers */
background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */    

/*    
    background-image: url(../images/proflkm.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;    
*/    
}

#text-prof-lkm .card-title {
    margin-bottom: 20px;
}


#text-prof-lkm .card-img {
    text-align: center;
    font-size: 300%;
    padding-left: 20px;
    padding-right: 20px;    
}

#text-prof-lkm .col-md-4 {
    background-clip: padding-box;
    border: 10px solid transparent;    
}

#text-prof-lkm .col-md-12 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;     
 }

#myCarousel, #myCarousel .carousel-inner, #myCarousel .carousel-item,  #myCarousel .carousel-item.active {
    height: 350px;
    max-height: 350px; 
    padding-top: 4px;        
    padding-bottom: 10px;            
}
#myCarousel {
    margin-bottom: 20px;
}
#myCarousel .card {
    border: none;
}
#myCarousel .carousel-inner {
    background-color: #f6f6f6;
    background-image: linear-gradient(45deg, #f6f6f6 30%, #ebebeb 30%);
    border-radius: 1.0rem;
}
#myCarousel .card {
    background-color: transparent;
}
#myCarousel-outer {
    height: 360px;
    max-height: 360px;     
    margin-bottom: 40px;
    background-color: transparent;
}

#myCarousel a:link {
    text-decoration: none;
}

#myCarousel a:hover {
    text-decoration: none;
}

#myCarousel .carousel-indicators li {
    background-color: rgb(148, 148, 148);
}

#myCarousel .carousel-indicators .active {
    background-color:  rgb(34, 34, 34);
}

#corecontent-error {
    background-color: #fff; /*Default bg, similar to the background's base color*/
    background-image: url(../images/404.png);
    background-size:cover;
}

#corecontent-error a:link, #corecontent-error a:visited{
    color:#0371bc;
}

.indeximg {
    border-radius: 50%; 
    margin-top:20px;
}

.attr-distrib_region, .attr-distrib_ciry{
    display: none;
}

.location {
    top: -20px;
    position: relative;    
}